Uses of Class
observations.QuantityRange

Packages that use QuantityRange
observations The observations package represents the domain layer.  
 

Uses of QuantityRange in observations
 

Methods in observations that return QuantityRange
static QuantityRange QuantityRange.unlimited()
          Gives a range that has no lower and no upper bound which is infinity.
 

Methods in observations with parameters of type QuantityRange
 void PhenomenonType.setValidRange(QuantityRange range)
          Sets the overall range including all phenomena, e.g. if the valid range is 0 - 200 mm/Hg, there may be two phenomena 'low' and 'high' with ranges 0 - 100 mm/Hg and 100 - 200 mm/Hg.
 void Phenomenon.setRange(QuantityRange arg)
          Sets the range of the phenomenon eg. '80 mm/Hg - 120 mm/Hg'.